home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_077 / ded.doc / commandlist next >
Text File  |  1992-05-06  |  4KB  |  77 lines

  1. [   left arrow]     LEFT - move cursor left one column
  2. [  right arrow]        RIGHT - move cursor right one column
  3. [     up arrow]       UP - move cursor up one line - scroll if needed
  4. [   down arrow]     DOWN - move cursor down one line - scroll if needed
  5. [    CNTL-W]     SKIPWORD - move cursor to next word
  6. [    CNTL-B]     BACKWORD - move cursor to previous word
  7. [    CNTL-A]      BOL - move cursor to beginning of current line
  8. [    CNTL-E]      EOL - move cursor to end of current line
  9. [    CNTL-L]     NEXTLINE - move cursor to beginning of next line
  10. [    CNTL-T]      TOP - move cursor to top line in window
  11. [    CNTL-Z]       BOTTOM - move cursor to bottom line in window
  12. [shift-down ar]       PAGEUP - window up one screen
  13. [shift-up arro]     PAGEDOWN - window down one screen
  14. [shift-left ar]     HOME - go to line 1 column 1
  15. [shift-rigt ar]     GOTO - go to a specific line in the the file
  16. [    CNTL-G]      GOPOINT - go to the marked position
  17. [       DEL]      DELCHAR - delete the character under the cursor
  18. [    BACKSPACE]    BACKSPACE - delete character before cursor and back up one
  19. [       TAB]      TAB - insert spaces to move to next tab stop
  20. [    CNTL-D]      DELWORD - delete the current word
  21. [    CNTL-K]  DELBACKWORD - delete previous word
  22. [     ESC-e]       DELEOL - delete to end of line
  23. [    CNTL-\]INSERTSPECIAL - insert a non-typeable key
  24. [     ESC-u]     UNDO - undo changes to current line
  25. [     ESC-r]       REDRAW - redraw screen
  26. [     ESC-l]      DELLINE - delete the current line
  27. [    RETURN]       RETURN - insert line after current, unless in multicolumn
  28. [   ESC-RETURN]   INSERTLINE - insert line after current
  29. [    CNTL-J]     JOIN - join next line to end of current line
  30. [    CNTL-S]        SPLIT - split current line at cursor position
  31. [    CNTL-N]       INDENT - add 'indentincrement' to left indent
  32. [    CNTL-O]      OUTDENT - subtract 'indentincrement' from left indent
  33. [     ESC- ]   ADJUSTLINE - adjust current line to current left indent
  34. [     ESC-c] GLOBALCHANGE - do a change from here to end of file
  35. [    CNTL-Q] QUERYREPLACE - start a query replace change
  36. [    CNTL-F]     FIND - search forward for a string
  37. [    CNTL-R]  REVERSEFIND - search backward for a string
  38. [      HELP]        POINT - set marker at current position
  39. [      ESC-TAB]       ADJUST - adjust region to current left indent
  40. [     ESC-<]    SHIFTLEFT - shift region left by indentIncrement
  41. [     ESC->]   SHIFTRIGHT - shift region right by indentIncrement
  42. [    CNTL-Y]     YANK - move lines from file to yank buffer
  43. [     ESC-C]     COPY - copy lines from file to yank buffer
  44. [    CNTL-P]      PUT - copy lines from yank buffer to before cursor
  45. [     ESC-f]       FORMAT - format from yank buffer to current position
  46. [     ESC-P]        PRINT - print region on printer
  47. [     ESC-W]        WRITE - write region to a named file
  48. [     ESC-R]     READ - read lines from a file to before cursor
  49. [     ESC-D]   DELETEFILE - delete a named file on disk
  50. [     ESC-x]     EXIT - update files and exit Ded
  51. [     ESC-q]     QUIT - DON'T update files and exit Ded
  52. [     ESC-s]      SET - set parameters - follow by one of
  53.                 i - indentIncrement
  54.                 l - left indent amount
  55.                 w - word-wrap column
  56. [     ESC-b]    BLANKMODE - cycle through how blanks are stored on disk
  57. [     ESC-A]     CLEARALL - clear all tab settings
  58. [     ESC-S]       TABSET - set tab at current column
  59. [     ESC-T]     TABCLEAR - clear any tab at current column
  60. [        F1]       INSERT - toggle insert mode
  61. [     shift-F1]       INSERT - toggle insert mode
  62. [        F2]     WRAPMODE - toggle word-wrap mode
  63. [        F3]  MULTICOLUMN - toggle multi-column mode
  64. [CNTL-X CNTL-V]    VISITFILE - start editing another file
  65. [     CNTL-X D] DELETEBUFFER - delete the current buffer
  66. [CNTL-X CNTL-O]  OTHERBUFFER - move to other (named) buffer
  67. [     CNTL-X d] DELETEWINDOW - delete the current window
  68. [     CNTL-X t]  SPLITWINDOW - split window into Two windows (other named)
  69. [     CNTL-X s]    ONEWINDOW - make current window the only one on screen
  70. [     CNTL-X n]   NEXTWINDOW - move to next window on screen
  71. [     CNTL-X p]   PREVWINDOW - move to previous window on screen
  72. [CNTL-X CNTL-M]  UPDATEFILES - write all changed buffers to disk
  73. [CNTL-X CNTL-B]   BUFFERLIST - list all buffer names
  74. [    CNTL-V]   SCROLLDOWN - scroll window down one line
  75. [    CNTL-^]     SCROLLUP - scroll window up one line
  76. [    CNTL-U]     PREVLINE - move cursor to beginning of previous line
  77.